crypto/tls.serverHelloMsg.ticketSupported (field)
8 uses
crypto/tls (current package)
handshake_client.go#L1019: if !hs.serverHello.ticketSupported {
handshake_client_tls13.go#L183: hs.serverHello.ticketSupported ||
handshake_messages.go#L727: ticketSupported bool
handshake_messages.go#L752: if m.ticketSupported {
handshake_messages.go#L911: m.ticketSupported = true
handshake_server.go#L573: hs.hello.ticketSupported = true
handshake_server.go#L606: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server.go#L882: if !hs.hello.ticketSupported {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |